home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / imexporters / csv / profiles / psk.conf < prev    next >
Text File  |  2014-12-19  |  2KB  |  63 lines

  1. char name="PSK"
  2. char shortDescr="Oesterreichische Post Bank"
  3. char version="5.4.2"
  4. char longDescr="CSV format of Austrian Post Bank Homebanking"
  5. int import="1"
  6. int export="1"
  7.  
  8. char type="csv"
  9. char groupNames="transaction", "transfer", "debitnote", "line"
  10. char dateFormat="DD.MM.YYYY"
  11. int utc="0"
  12.  
  13. # Valid subjects are:
  14. # - transactions: This exports booked transactions (default)
  15. # - notedTransactions: Exports noted transactions
  16. #
  17. char subject="transactions"
  18.  
  19. # The following vars are used when there is an additional field within a
  20. # record which defines the sign of the amount.
  21. # Some banks use "C" (positive) and "D" (negative) or "Af" (negative) and
  22. # "Bij" (positive)
  23. int usePosNegField="0"
  24. char posNegFieldName="posNeg"
  25. #char positiveValues="Bij", "C"
  26. #char negativeValues="Af", "D"
  27. int defaultIsPositive="1"
  28.  
  29. # default is "float", other values: "rational"
  30. char valueFormat="float"
  31.  
  32. params {
  33.   # if 1 then values are quoted
  34.   quote="0"
  35.   
  36.   # if 1 then a title line will be written containing the names of each
  37.   # column
  38.   title="0"
  39.   
  40.   # special values are "TAB" and "SPACE"
  41.   delimiter=";" 
  42.   
  43.   # this is the group name looked for in the given data to GWEN_CSV_Write
  44.   # if not given then all groups match
  45.   #group="transaction"
  46.   
  47.   # this group contains the definition for each column
  48.   # each variable in this group has its number as name
  49.   # you can use index variables in the names (using square brackets)
  50.   # the value of each of these variables is the name of a variable to be looked
  51.   # up in the data given to GWEN_CSV_Write
  52.   columns {
  53.     1="localAccountNumber"
  54.     2="purpose"
  55.     3="date"
  56.     4="valutadate"
  57.     5="value/value"
  58.     6="value/currency"
  59.   } # columns
  60.  
  61. } # params
  62.  
  63.